Skip to main content

Move Window

The window that you want to move and/or resize.

Input

  • Window: It retrieves the window object.
    • Type: ArenaRobotics.Domain.Entities.Window
    • Required
  • X: If set, will move the window to this location.
    • Type: System.Nullable<System.Int32>
  • Y: If set, will move the window to this location.
    • Type: System.Nullable<System.Int32>
  • Width: If set, will move the window to this location.
    • Type: System.Nullable<System.Int32>
  • Height: If set, will move the window to this location.
    • Type: System.Nullable<System.Int32>